Install on Fedora Server
Create the file
/etc/yum.repos.d/grafana.repoand add the following contents:[grafana] name=grafana baseurl=https://packages.grafana.com/enterprise/rpm repo_gpgcheck=1 enabled=1 gpgcheck=1 gpgkey=https://packages.grafana.com/gpg.key sslverify=1 sslcacert=/etc/pki/tls/certs/ca-bundle.crtUpdate repositories
dnf update && dnf install grafana-enterpriseStart the server
systemctl daemon-reload systemctl enable --now grafana-server systemctl status grafana-serverBy default, the port for Grafana is
3000. Make sure to open that port in the firewall for tcp.